|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraar.process.RAProcess
raar.process.RAActor
raar.process.RATraceActor
This Actor models the marker of the agent, which produces a trace behind the agent and thus enables a user to follow the agent's movement more easily. In this version, the Java null is supported as input. It will result in a zero value (since zero means no action).
| Field Summary |
| Fields inherited from class raar.process.RAProcess |
hasRun, inregister, outregister, register, sourceCode, statement |
| Constructor Summary | |
RATraceActor()
Construct an RAActor. |
|
| Method Summary | |
java.lang.String |
getDescription()
Describe the actor. |
boolean |
isInputValid(RADataType d)
Implement this method to make the actor only respond to valid values. |
| Methods inherited from class raar.process.RAActor |
dumpRegisters, execute, get, getActorValue, getDataType, getInputNames, getInputObjects, getOutputNames, getOutputObjects, run, set, setActorValue, setSourceCode |
| Methods inherited from class raar.process.RAProcess |
acceptsInput, clone, getProcessName, getSourceCode, isSpecial, reset, setProcessName, suppliesOutput |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RATraceActor()
| Method Detail |
public boolean isInputValid(RADataType d)
RAActor
isInputValid in class RAActorpublic java.lang.String getDescription()
getDescription in class RAActor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||